home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / edectl / edge.rc < prev    next >
Encoding:
Text File  |  1997-07-16  |  8.7 KB  |  270 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\Edge.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\Edge.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_EDGE_HOWDOI DIALOG DISCARDABLE  0, 0, 257, 103
  76. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "How do I add the control?"
  78. FONT 8, "MS Sans Serif"
  79. BEGIN
  80.     LTEXT           "1. Click Project -> Add To Project -> Components and Controls...",
  81.                     IDC_STATIC,7,7,243,8
  82.     LTEXT           "2. Select Registered ActiveX Controls",IDC_STATIC,7,21,
  83.                     243,11
  84.     LTEXT           "3. Locate the EdgeCtl Control, and click Insert",
  85.                     IDC_STATIC,7,35,243,8
  86.     LTEXT           "4. Enter the filenames for the MFC wrapper classes, or use the defaults",
  87.                     IDC_STATIC,7,49,243,8
  88.     LTEXT           "5. Click Close to dismiss the Componet's dialog",
  89.                     IDC_STATIC,7,63,243,8
  90.     LTEXT           "6. You can now insert the Edge control onto dialog resources and/or create member variables just like any other MFC class.",
  91.                     IDC_STATIC,7,77,243,19
  92. END
  93.  
  94. IDD_EDGE_EXAMPLE DIALOG DISCARDABLE  0, 214, 143, 118
  95. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  96. CAPTION "Break"
  97. FONT 8, "MS Sans Serif"
  98. BEGIN
  99.     PUSHBUTTON      "OK",IDOK,40,95,46,16,NOT WS_TABSTOP
  100.     PUSHBUTTON      "Cancel",IDCANCEL,90,95,46,16,NOT WS_TABSTOP
  101.     CONTROL         "",IDC_EDGECTLCTRL1,
  102.                     "{597F0D06-FE03-11D0-9F5E-B42103C10710}",0x0,5,80,131,6
  103.     CONTROL         "&Odd Page",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON,75,65,
  104.                     51,11
  105.     CONTROL         "Con&tinuous",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,10,
  106.                     65,51,11
  107.     CONTROL         "&Even Page",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON,75,
  108.                     50,51,11
  109.     CONTROL         "&Next Page",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON,10,
  110.                     50,51,11
  111.     CONTROL         "",IDC_EDGECTLCTRL2,
  112.                     "{597F0D06-FE03-11D0-9F5E-B42103C10710}",0x0,60,35,76,6
  113.     CONTROL         "&Column break",IDC_RADIO5,"Button",BS_AUTORADIOBUTTON,
  114.                     75,20,56,11
  115.     CONTROL         "&Page break",IDC_RADIO6,"Button",BS_AUTORADIOBUTTON,10,
  116.                     20,51,11
  117.     CONTROL         "",IDC_EDGECTLCTRL3,
  118.                     "{597F0D06-FE03-11D0-9F5E-B42103C10710}",0x0,30,5,106,6
  119.     LTEXT           "Section breaks",IDC_STATIC,5,35,51,11,NOT WS_GROUP
  120.     LTEXT           "Insert",IDC_STATIC,5,5,21,11,NOT WS_GROUP
  121. END
  122.  
  123. IDD_EDGE_DIALOG DIALOGEX 0, 214, 205, 104
  124. STYLE DS_MODALFRAME | DS_CENTER | WS_CAPTION | WS_SYSMENU
  125. CAPTION "Edge Control Example"
  126. FONT 8, "MS Sans Serif"
  127. BEGIN
  128.     PUSHBUTTON      "Re&al Life Example",IDEXAMPLE,150,57,46,21,BS_MULTILINE | 
  129.                     NOT WS_TABSTOP
  130.     PUSHBUTTON      "Close",IDCANCEL,150,10,46,16,NOT WS_TABSTOP
  131.     LTEXT           "&Edge Style:",IDC_STATIC,10,10,41,11,NOT WS_GROUP
  132.     CONTROL         "Edge&Right",IDC_RIGHT,"Button",BS_AUTOCHECKBOX | 
  133.                     BS_LEFTTEXT,86,60,46,11,WS_EX_RIGHT
  134.     CONTROL         "Edge&Left",IDC_LEFT,"Button",BS_AUTOCHECKBOX,16,60,46,
  135.                     11
  136.     CONTROL         "Edge&Bottom",IDC_BOTTOM,"Button",BS_AUTOCHECKBOX,56,80,
  137.                     51,11
  138.     CONTROL         "Edge&Top",IDC_TOP,"Button",BS_AUTOCHECKBOX,56,40,46,11
  139.     CONTROL         "",IDC_ECMAIN,"{597F0D06-FE03-11D0-9F5E-B42103C10710}",
  140.                     0x0,10,35,126,61
  141.     PUSHBUTTON      "How Do I",IDHOWDOI,151,29,46,16,NOT WS_TABSTOP
  142.     COMBOBOX        IDC_EDGESTYLE,52,8,82,13,CBS_DROPDOWNLIST | CBS_SORT | 
  143.                     WS_VSCROLL | WS_TABSTOP
  144. END
  145.  
  146.  
  147. #ifndef _MAC
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // Version
  151. //
  152.  
  153. VS_VERSION_INFO VERSIONINFO
  154.  FILEVERSION 1,0,0,1
  155.  PRODUCTVERSION 1,0,0,1
  156.  FILEFLAGSMASK 0x3fL
  157. #ifdef _DEBUG
  158.  FILEFLAGS 0x1L
  159. #else
  160.  FILEFLAGS 0x0L
  161. #endif
  162.  FILEOS 0x4L
  163.  FILETYPE 0x1L
  164.  FILESUBTYPE 0x0L
  165. BEGIN
  166.     BLOCK "StringFileInfo"
  167.     BEGIN
  168.         BLOCK "040904B0"
  169.         BEGIN
  170.             VALUE "CompanyName", "\0"
  171.             VALUE "FileDescription", "Edge MFC Application\0"
  172.             VALUE "FileVersion", "1, 0, 0, 1\0"
  173.             VALUE "InternalName", "Edge\0"
  174.             VALUE "LegalCopyright", "Copyright (C) 1997\0"
  175.             VALUE "LegalTrademarks", "\0"
  176.             VALUE "OriginalFilename", "Edge.EXE\0"
  177.             VALUE "ProductName", "Edge Application\0"
  178.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  179.         END
  180.     END
  181.     BLOCK "VarFileInfo"
  182.     BEGIN
  183.         VALUE "Translation", 0x409, 1200
  184.     END
  185. END
  186.  
  187. #endif    // !_MAC
  188.  
  189.  
  190. /////////////////////////////////////////////////////////////////////////////
  191. //
  192. // DESIGNINFO
  193. //
  194.  
  195. #ifdef APSTUDIO_INVOKED
  196. GUIDELINES DESIGNINFO DISCARDABLE 
  197. BEGIN
  198.     IDD_EDGE_HOWDOI, DIALOG
  199.     BEGIN
  200.         LEFTMARGIN, 7
  201.         RIGHTMARGIN, 250
  202.         TOPMARGIN, 7
  203.         BOTTOMMARGIN, 96
  204.     END
  205. END
  206. #endif    // APSTUDIO_INVOKED
  207.  
  208.  
  209. /////////////////////////////////////////////////////////////////////////////
  210. //
  211. // Dialog Info
  212. //
  213.  
  214. IDD_EDGE_EXAMPLE DLGINIT
  215. BEGIN
  216.     IDC_EDGECTLCTRL1, 0x376, 32, 0
  217. 0x0000, 0x0000, 0x0000, 0x0001, 0x15aa, 0x0000, 0x00fe, 0x0000, 0x0001, 
  218. 0x0000, 0x9983, 0x00b1, 0x0001, 0x0001, 0x0000, 0x02a2, 
  219.     IDC_EDGECTLCTRL2, 0x376, 32, 0
  220. 0x0000, 0x0000, 0x0000, 0x0001, 0x0c91, 0x0000, 0x00fe, 0x0000, 0x0001, 
  221. 0x0000, 0x9983, 0x00b1, 0x0001, 0x0001, 0x0000, 0x02a2, 
  222.     IDC_EDGECTLCTRL3, 0x376, 32, 0
  223. 0x0000, 0x0000, 0x0000, 0x0001, 0x1187, 0x0000, 0x00fe, 0x0000, 0x0001, 
  224. 0x0000, 0x9983, 0x00b1, 0x0001, 0x0001, 0x0000, 0x02a2, 
  225.     0
  226. END
  227.  
  228. IDD_EDGE_DIALOG DLGINIT
  229. BEGIN
  230.     IDC_ECMAIN, 0x376, 32, 0
  231. 0x0000, 0x0000, 0x0000, 0x0001, 0x14d6, 0x0000, 0x0a16, 0x0000, 0x0001, 
  232. 0x0000, 0x9983, 0x00b1, 0x0001, 0x0101, 0x0101, 0x02a4, 
  233.     IDC_EDGESTYLE, 0x403, 11, 0
  234. 0x2030, 0x202d, 0x6365, 0x7542, 0x706d, "\000" 
  235.     IDC_EDGESTYLE, 0x403, 13, 0
  236. 0x2031, 0x202d, 0x6365, 0x7445, 0x6863, 0x6465, "\000" 
  237.     IDC_EDGESTYLE, 0x403, 13, 0
  238. 0x2032, 0x202d, 0x6365, 0x6152, 0x7369, 0x6465, "\000" 
  239.     IDC_EDGESTYLE, 0x403, 13, 0
  240. 0x2033, 0x202d, 0x6365, 0x7553, 0x6b6e, 0x6e65, "\000" 
  241.     0
  242. END
  243.  
  244. #endif    // English (U.S.) resources
  245. /////////////////////////////////////////////////////////////////////////////
  246.  
  247.  
  248.  
  249. #ifndef APSTUDIO_INVOKED
  250. /////////////////////////////////////////////////////////////////////////////
  251. //
  252. // Generated from the TEXTINCLUDE 3 resource.
  253. //
  254. #define _AFX_NO_SPLITTER_RESOURCES
  255. #define _AFX_NO_OLE_RESOURCES
  256. #define _AFX_NO_TRACKER_RESOURCES
  257. #define _AFX_NO_PROPERTY_RESOURCES
  258.  
  259. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  260. #ifdef _WIN32
  261. LANGUAGE 9, 1
  262. #pragma code_page(1252)
  263. #endif
  264. #include "res\Edge.rc2"  // non-Microsoft Visual C++ edited resources
  265. #include "afxres.rc"         // Standard components
  266. #endif
  267. /////////////////////////////////////////////////////////////////////////////
  268. #endif    // not APSTUDIO_INVOKED
  269.  
  270.